|
This page last changed on Apr 25, 2006 by orogers.
Remote Project Labeller
This labeller retrieves the last successful integration label for a project on a remote server. You can use this labeller if you have split your build across multiple projects on different servers and you want to use a consistent version across all builds.
<project>
<labeller type="remoteProjectLabeller">
<project>Common</project>
<serverUri>tcp://mainbuild:21234/CruiseManager.rem</serverUri>
</labeller>
</project>
Configuration Elements:
| Node |
Description |
Type |
Required |
Default |
| project |
The project to retrieve the label from. |
string |
true |
N/A |
| serverUri |
The URI to the remote cruise server containing the project to use (defaults to use the local build server). |
string |
false |
tcp://localhost:21234/CruiseManager.rem |
|